home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Tools / Languages / MacGambit 2.0 / sources1 / Runtime (.c & .h) / gambit.h < prev    next >
Encoding:
Text File  |  1992-09-23  |  7.9 KB  |  20 lines  |  [TEXT/KAHL]

  1. #ifdef THINK_C
  2. #define mac
  3. #define __STDC__
  4. #undef MAX_NB_STATS
  5. #define MAX_NB_STATS 1024
  6. #undef MAX_NB_EVENTS
  7. #define MAX_NB_EVENTS 8
  8. #undef LOCAL_HEAP_LENGTH_IN_K
  9. #define LOCAL_HEAP_LENGTH_IN_K 4
  10. #undef ADDITIONAL_CONST_LENGTH_IN_K
  11. #define ADDITIONAL_CONST_LENGTH_IN_K 0
  12. #undef DEFAULT_STACK_LENGTH_IN_K
  13. #define DEFAULT_STACK_LENGTH_IN_K MIN_STACK_LENGTH_IN_K
  14. #define IEEE_FP64 short double
  15. #define IEEE_FP80 double
  16. #define OS_EVENT_SIZE 16
  17. #else
  18. #define IEEE_FP64 double
  19. #define IEEE_FP80 double
  20. #define OS_EV